<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*================åŸºæœ¬æ&nbsp;·å¼é‡ç½®================*/
html,
body,
div,
ul,
ol,
li,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
p,
img,
span,
i,
a,
em,
strong,
b,
input,
textarea,
select {
    margin: 0;
    padding: 0;
    font-family: "Microsoft YaHei"
}

html,
body {
    background: #fff !important;
}

i,
em {
    font-weight: normal;
    font-style: normal;
}

body {
    width: 100%;
    position: relative;
    font: 12px/1.5 \5b8b\4f53, tahoma, arial, sans-serif;
    font-family: "Microsoft YaHei !important";
    overflow-x: hidden;
}

li {
    list-style: none;
}

a,
img,
input {
    border: 0 none;
}

a {
    text-decoration: none;
    outline: none;
    color: #000;
}

a:hover {
    text-decoration: none;
}

a:focus,
input:focus {
    outline: 0 none;
}

textarea {
    resize: none;
    font-size: 12px;
}

/*åŽ»æŽ‰ç«ç‹å’Œè°·æ­Œæµè§ˆå™¨çš„Textareaæ”¹å˜å°ºå¯¸å¤§å°åŠŸèƒ½*/


/*========å®šä¹‰åŸºç¡€æ&nbsp;·å¼========*/
.hide {
    display: none;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after {
    content: " ";
    display: block;
    clear: both;
    height: 0;
}

.clearfix {
    zoom: 1;
}

/*aæ&nbsp;‡ç­¾é¼&nbsp;æ&nbsp;‡hoveré«˜äº®æ˜¾ç¤ºçŠ¶æ€ï¼ˆå¯é€‰ç”¨ï¼‰*/
a .opacity {
    filter: alpha(opacity=100);
    opacity: 1;
    -moz-opacity: 1;
}

a:hover .opacity {
    filter: alpha(opacity=80);
    opacity: 0.8;
    -moz-opacity: 0.8;
}

/*ä¸»ä½“å®½åº¦æ&nbsp;·å¼ï¼ˆå¯é€‰ç”¨ï¼‰å¦‚æœ‰æ–°å®½åº¦ï¼Œå‘½åè§„åˆ™ä»¥å°å†™wå¼€å¤´ï¼ŒåŽæŽ¥å…·ä½“å®½åº¦æ•°æ®ï¼Œä¾‹ï¼š*/
.w1200 {
    width: 1200px;
    margin: 0px auto;
}

.w1400 {
    width: 1400px;
    margin: 0px auto;
}

.w1600 {
    width: 1600px;
    margin: 0px auto;
}</pre></body></html>